home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 17
/
Hot Mix 17.iso
/
HM17_SGI
/
html
/
vendors
/
adobe
/
software
/
Removepho.csh
< prev
next >
Wrap
Linux/UNIX/POSIX Shell Script
|
1997-06-17
|
405b
|
13 lines
#!/bin/csh -f
set INSTALL_FROM_DIR = $HOTMIXDIR/html/vendors/adobe/software
xwsh -bg royalblue -fg white \
-geom 80x20+100+100 -cursorfg violetred1 -cursorbg violetred1 \
-title "Removing Adobe Photoshop 3.0.1: \
-e /bin/csh -c \
"echo You must be root to remove Adobe Photoshop...; \
cd ${INSTALL_FROM_DIR}; \
su root -c './Removepho2.csh'; \
sleep 10"